runtime.stackfreelist.list (field)

11 uses

	runtime (current package)
		mcache.go#L77: 	list gclinkptr // linked list of free stacks
		stack.go#L294: 	c.stackcache[order].list = list
		stack.go#L303: 	x := c.stackcache[order].list
		stack.go#L313: 	c.stackcache[order].list = x
		stack.go#L324: 		x := c.stackcache[order].list
		stack.go#L330: 		c.stackcache[order].list = 0
		stack.go#L388: 			x = c.stackcache[order].list
		stack.go#L391: 				x = c.stackcache[order].list
		stack.go#L393: 			c.stackcache[order].list = x.ptr().next
		stack.go#L490: 			x.ptr().next = c.stackcache[order].list
		stack.go#L491: 			c.stackcache[order].list = x